POV-Ray : Newsgroups : povray.programming : Infinate cylinders : Infinate cylinders Server Time
29 Jul 2024 12:19:59 EDT (-0400)
  Infinate cylinders  
From: ouroborus
Date: 19 Jul 1999 19:26:11
Message: <3793B451.295DB2FE@hotmail.com>
"shapes.inc" defines a cylinder of infinite length that runs along the
X axis as:

#declare Cylinder_X =
 quadric
  {<0, 1, 1>,
   <0, 0, 0>,
   <0, 0, 0>, -1
  }

Is there some similar way to generate an infinite 2D array of these
cylinders along with some way to either control their spacing or
diameter?

Ouroborus


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.